This is a simple example where data is retrieved, but data can also be sent to the database using similar RPC adapter service implementations. 这是一个取得数据地方的示例,但是数据也可以通过使用相似的RPCadapter服务工具,来传送至数据库中。
RPC runtime provides inquiry routines for elements, groups, profiles and towers, which are accomplished by querying or accessing the name service database. RPC运行时为元素、组、概要和塔提供查询例程,这通过查询或访问名称服务数据库来完成。
What type of service this is ( java: RPC means this is an RPC-style service written in Java code). 这是哪种类型的服务(java:RPC表示这是用Java代码写的RPC风格的服务)。
For more details about JAX-RPC DII, refer to Build an RPC service and client using JAX-RPC. 关于JAX-RPCDII的更多细节,参考使用JAX-RPC构建一个RPC服务和客户端。
The amazing part is that the client that uses the real remote RPC service is not much different than the version that uses the stand-alone version of the service. 令人吃惊的是,使用真正的远程RPC服务的客户机与使用单独的服务版本的客户机差异并不大。
The RPC remote service is technically a servlet. 从技术上说,RPC远程服务是一个servlet。
Have the same binding type ( doc/ lit, rpc/ encoded, and so forth) as the service you will eventually invoke. 有与最终要调用的服务相同的绑定类型(doc/lit、rpc/encoded等等)。
The service interface is used as the Java service definition of a web service interface, which is used for synchronous, RPC-style communication from client to server. 服务接口充当Web服务接口的Java服务定义,Web服务接口用于从客户端到服务器的RPC样式的同步通信。
To get the shared session key, client makes a TGT request ( Authenticated RPC) to the authentication service. 为了获得共享的会话密钥,客户端向身份验证服务发出一个TGT请求(身份验证RPC)。
Note that this will not work with an RPC/ encoded service. 注意:不能与RPC/编码服务协同工作。
In an SOA, a service call looks like a remote procedure call ( RPC). 在一个SOA中,一个服务调用看起来就像是一个远程过程调用(remoteprocedurecall,RPC)。
A client-side RPC component calls a remote service and then stores the response data in an ActionScript object where you can easily obtain the data. 客户端RPC组件可以调用远端服务,然后将响应数据保存到ActionScript对象以便于您获取数据。
Within the sample application, a POJO ( plain old Java object) construct and a POJO RPC Adapter service are used to access methods on an EJB2. x session bean. 在这个样例应用程序中,POJO(简单而陈旧的Java对象)构成和POJORPCAdapter服务可以用来访问EJB2sessionbean上的方法。
Client makes an STkt request via authenticated RPC to authentication service to get a new session key for the client to communicate with any server. 客户端通过身份验证RPC向身份验证服务发出一个STkt请求,以获取供客户端与任何服务器通信所用的新会话密钥。
A service invocation can be used to transfer data, which is equivalent to invoking a setter method, but that's forcing the data transfer into the RPC paradigm. 可以通过服务调用来传输数据,这等同于调用setter方法,但是使数据传输到RPC范型中。
The Financial Data Service ( as it was ultimately called) published one or more RPC operations that translated into simple information requests for position data. (最终被调用的)金融数据服务(FinancialDataService)发布一个或多个转换成对财务状况数据的简单信息的请求的RPC操作。
In general, RPC/ encoded is a format that is more widely understood by older Web service client technologies, such as Apache SOAP and MSSOAP. 通常,RPC/encoded格式是较早的Web服务客户机技术(如ApacheSOAP和MSSOAP)广泛支持的格式。
In RPC/ Literal, the web service operation name and part names are not part of the XML Schema. 在RPC/Literal中,web服务操作名称和部件名称不是XMLSCHEMA的一部分。
Normally, a RPC server application advertises or exports its location, that is the binding information which gets stored in a name service database. 通常,RPC服务器应用程序会公布或导出它的位置,位置信息以绑定信息的形式存储在名称服务数据库中。
After discovery, clients can retrieve the change and query Web service information related to the application based on the Java ™ API for XML-Based RPC ( JAX-RPC) Web service API of TADDM. 发现之后,客户端就可以检索变更,查询应用程序相关的Web服务信息,该应用程序是基于TADDM的Java™APIforXML-BasedRPC(JAX-RPC)Web服务API的。
SoaML supports either Remote Procedure Call ( RPC) style or document-centered style parameters for service operations. SoaML支持服务操作的远程程序访问(RPC)或者文件中心样式参数。
A Flex call to a RPC service operation sends a SOAP message specifying the operation and wrapping its respective arguments. 对于一个RPC服务操作的Flex调用,它会发送一个SOAP消息来指出要调用的操作及操作所需要的参数。
With this strategy, the GWT client sends the RESTful Web service request to the RPC remote service, which then passes the request to the RESTful Web service server. 按照这种策略,GWT客户机把RESTfulWeb服务发送给RPC远程服务,RPC远程服务把请求传递给RESTfulWeb服务服务器。
Hand-written JavaScript was added to access the RPC service from an http address and display the JSON result in Dojo components on the Web page. 手写的JavaScript会被添加,以从http地址访问RPC服务,并在Web页面的Dojo组件中显示出JSON结果。
Comparison of document-centered and RPC service data 以文件为中心和RPC服务数据的比较
Normally, applications call this routine to know the protocol, IP address and port number being used to cater for a particular RPC service. 通常,应用程序调用这个例程来了解特定RPC服务所用的协议、IP地址和端口号。
The Web Services engine implementation of this paper, build Web Services from Pipes, it is different from the soap style implementation, which use RPC method to invoke the service class. 本文实现的Web服务引擎利用Pipe来一对一的实现Web服务,而不是象SOAP样式那样指定一个服务的类和方法,然后用RPC的方式调用。
Interface of XML based web service is superior to traditional RPC and ORB in which it enables loose binding, late binding and auto-binding of Web service as well as it is good at extensibility and exchangeability. 基于XML数据格式的Web服务接口在拥有RPC、ORB等方式所不能比拟的可扩展性和互换性的同时,更加有助于实现Web服务的松绑定、迟绑定和自动绑定。
As a technology in distributed computational environment, RPC has been applied to many aspects from key service in operate system as Microsoft windows to network gateway. 作为一种主要的分布式计算技术,RPC(远过程调用)技术已应用于包括从操作系统核心服务到应用服务器程序设计的各个方面。
Web Service is a distributed application, established on the Simple Object Access Protocol ( SOAP). The essentiality is that XML attempers RPC by HTTP. Web服务是一种构建在简单对象访问协议(SOAP)之上的分布式应用程序,其实质是由XML通过HTTP协议来调度远程过程调用(RPC)。